home *** CD-ROM | disk | FTP | other *** search
/ Champak 114 / Vol 114.iso / games / spongebo.swf / scripts / DefineSprite_17 / frame_1 / DoAction.as
Encoding:
Text File  |  2010-08-12  |  144 b   |  8 lines

  1. versionString = String(getVersion());
  2. theVersion = versionString.substr(5,1);
  3. if(theVersion >= 7)
  4. {
  5.    gotoAndStop("load");
  6.    play();
  7. }
  8.